Resource StructureDefinition/FHIR Server from package ans.cisis.nde.fhir.r4#1.0.0 (94 ms)
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"url" : "http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/NdE_NotificationRequestNdE",
"version" : "2.0",
"name" : "NdE_NotificationRequestNdE",
"status" : "active",
"experimental" : false,
"date" : "2021-12-01",
"publisher" : "ASIP Santé",
"description" : "Ressource CommunicationRequest utilisée dans le Flux 4 - TransmissionOrdreNotification",
"purpose" : "Profil NotificationRequestNdE représentant le flux 4 - TransmissionOrdreNotification du volet Notification d'évènements du CI-SIS",
"fhirVersion" : "4.0.1",
"mapping" : [
{
"identity" : "workflow",
"uri" : "http://hl7.org/fhir/workflow",
"name" : "Workflow Pattern"
},
{
"identity" : "w5",
"uri" : "http://hl7.org/fhir/fivews",
"name" : "FiveWs Pattern Mapping"
},
{
"identity" : "rim",
"uri" : "http://hl7.org/v3",
"name" : "RIM Mapping"
}
],
"kind" : "resource",
"abstract" : false,
"type" : "CommunicationRequest",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/CommunicationRequest",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "CommunicationRequest",
"path" : "CommunicationRequest",
"constraint" : [
{
"key" : "event-subject",
"severity" : "error",
"human" : "Le sujet est soit un patient soit une autre ressource",
"expression" : "not(count(subject) = 1 or count(about) = 1)",
"xpath" : "not(count(subject) = 1 or count(about) = 1)",
"source" : "CI-SIS"
}
]
},
{
"id" : "CommunicationRequest.contained",
"path" : "CommunicationRequest.contained",
"requirements" : "Les ressources référencées par les attributs de la ressource CommunicationRequest doivent être présentes dans cet élément.",
"min" : 1
},
{
"id" : "CommunicationRequest.extension",
"path" : "CommunicationRequest.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"rules" : "open"
},
"min" : 1
},
{
"id" : "CommunicationRequest.extension:EventEmissionTime",
"path" : "CommunicationRequest.extension",
"sliceName" : "EventEmissionTime",
"short" : "EventEmissionTime",
"definition" : "Date à laquelle l’évènement a été émis",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/EventEmissionTime"
]
}
]
},
{
"id" : "CommunicationRequest.extension:EventTime",
"path" : "CommunicationRequest.extension",
"sliceName" : "EventTime",
"short" : "EventTime",
"definition" : "Date à laquelle l’évènement a eu lieu",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/eventTime"
]
}
]
},
{
"id" : "CommunicationRequest.extension:EventType",
"path" : "CommunicationRequest.extension",
"sliceName" : "EventType",
"short" : "EventType",
"definition" : "Le type d’évènement",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/EventType"
]
}
]
},
{
"id" : "CommunicationRequest.basedOn",
"path" : "CommunicationRequest.basedOn",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/SubscriptionNdE"
]
}
]
},
{
"id" : "CommunicationRequest.medium",
"path" : "CommunicationRequest.medium",
"min" : 1,
"max" : "1"
},
{
"id" : "CommunicationRequest.subject",
"path" : "CommunicationRequest.subject",
"min" : 1,
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://interopsante.org/fhir/StructureDefinition/FrPatient"
],
"aggregation" : [
"contained"
]
}
]
},
{
"id" : "CommunicationRequest.payload",
"path" : "CommunicationRequest.payload",
"min" : 1,
"max" : "1"
},
{
"id" : "CommunicationRequest.payload.content[x]",
"path" : "CommunicationRequest.payload.content[x]",
"definition" : "Le détail de l’évènement"
},
{
"id" : "CommunicationRequest.requester",
"path" : "CommunicationRequest.requester",
"definition" : "L’identification de la personne ou organisation qui a transmis l’évènement",
"min" : 1,
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://interopsante.org/fhir/StructureDefinition/FrOrganization",
"http://interopsante.org/fhir/StructureDefinition/FrPractitioner"
],
"aggregation" : [
"contained"
]
}
]
},
{
"id" : "CommunicationRequest.recipient",
"path" : "CommunicationRequest.recipient",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://interopsante.org/fhir/StructureDefinition/FrOrganization",
"http://interopsante.org/fhir/StructureDefinition/FrPractitioner",
"http://interopsante.org/fhir/StructureDefinition/FrPatient",
"http://interopsante.org/fhir/StructureDefinition/FrRelatedPerson"
],
"aggregation" : [
"contained"
]
}
]
},
{
"id" : "CommunicationRequest.recipient.extension",
"path" : "CommunicationRequest.recipient.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"rules" : "open"
},
"min" : 1
},
{
"id" : "CommunicationRequest.recipient.extension:RecipientEndpoint",
"path" : "CommunicationRequest.recipient.extension",
"sliceName" : "RecipientEndpoint",
"min" : 1,
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://esante.gouv.fr/ci-sis/fhir/StructureDefinition/RecipientEndpoint"
]
}
]
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.